home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_1055 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  196 b   |  11 lines

  1. function aleatorio(a, b)
  2. {
  3.    return Math.floor(Math.random() * (b - a + 1)) + a;
  4. }
  5. checkpoint = _root._currentframe;
  6. next = "B";
  7. currentdamage = 0;
  8. windx = 0;
  9. _quality = "LOW";
  10. stop();
  11.